home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / g / gnu_c / pmlsrc23.zoo / pmltests / Makefile.tos < prev    next >
Encoding:
Makefile  |  1994-03-19  |  137 b   |  11 lines

  1. CC = cgcc
  2.  
  3. all:
  4.     make -f makefile.pml CC=cgcc LD=cgcc
  5. #
  6. #    Clean up the directory.
  7. #
  8.  
  9. clean:
  10.     rm -f *.ttp *.BAK *.bak *.tmp nohup.out *.o
  11.